
/*----------------------------------------------------------------------------------

Project     :   Agricul - Agriculture Farm & Farmers HTML Template

-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('css2.css');

html,
body {
    width: 100%;
  /*  height: 100%;*/
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #2c3e50;
    font-size: 16px;
}

h1 {
    font-size: 70px;
    line-height: 80px;
    color: #130F40;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    /* color: #0F2B00; */
    color: #fff;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    color: #0F2B00;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #696969;
    font-family: 'DM Sans', sans-serif;
}

.container {
    max-width: 1240px;
}


.btn-default a:hover {
    background-color: #130f40
}



.bg-gray {
    background-color: #f7f7f7 !important;
}

.shadow-none {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

/*--------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------*/
.preloader {
    background-color: #173209;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.d-table {
    width: 100%;
    height: 100%
}

/*--------------------------------------------------------------------
    Scroll Area
---------------------------------------------------------------------*/
.scroll-area {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 70px;
    height: 70px;
    background-color: #f73859;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background: linear-gradient(-47deg, #62a801 0%, #62a801 100%);
}
.scroll-area::after, .scroll-area::before {
    content: "";
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    opacity: 0;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #62a801;
    -webkit-animation: iconPulse 1s linear infinite;
    animation: iconPulse 2s linear infinite;
}
.scroll-area::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes iconPulse{
0% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
}
.scroll-area i:hover {
    background: #000;
}
/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/

.header-top-area {
    background-color: #2C7704;
    overflow: hidden;
    padding: 15px 0;
}

.header-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-course-search {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    position: relative;
}

.header-course-search input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Rubik', sans-serif;
    padding-left: 20px;
    height: 40px
}

.header-course-search input:focus {
    background-color: transparent;
}

.header-course-search span {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    top: 10px;
    right: 20px;
}

.header-contact-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 25px
}

.header-contact-info li {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    display: inline-block;
    padding-right: 40px;
}

.header-contact-info li i {
    margin-right: 4px;
    display: inline-block;
}

.header-top-social {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}

.header-top-social li {
    display: inline-block;
}

.header-top-social li a {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    margin: 0 3px;
    color: #fff;
}

.header-top-social li a:hover {
    color: #FF630E;
}

.header-btm-area {
    padding: 20px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative
}

.main-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.site-logo img {
    max-width: 160px;
}

.main-menu-area {
    -ms-flex-preferred-size: 55%;
    flex-basis: 70%;
    z-index: 999;
}

.header-cart {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
}

.header-log-reg {
    -ms-flex-preferred-size: 25%;
    flex-basis: 20%;
}

.main-menu-area ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.main-menu-area ul li a {
    display: block;
    padding: 10px 3px;
    font-size: 16px;
    font-weight: 700;
    color: #130f40;
}
.main-menu-area ul li a.active {
    color: #FF630E;
}

.main-menu-area ul li a:hover {
    color: #62A801;
}

.main-menu-area .sub-menu {
    position: absolute;
    top: 40px;
    z-index: 1;
    background-color: #fff;
    width: 200px;
    text-align: left;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #FF630E;
}

.main-menu-area .sub-menu li {
    border-bottom: 1px solid #e6f0fa;
    display: block;
}

.main-menu-area .sub-menu li:last-child {
    border-bottom: 0px;
}

.main-menu-area ul .sub-menu li a {
    font-size: 17px;
}

.main-menu-area ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.header-cart a {
    color: #130f40;
    font-size: 20px;
    position: relative;
}

.header-cart a:hover {
    color: #FF630E;
}

.header-cart a span {
    position: absolute;
    right: -15px;
    top: -6px;
    background-color: #FF630E;
    font-family: 'Rubik';
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 13px;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header-log-reg ul {
    background-color: #62A801;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
}
.header-log-reg ul li {
    display: inline-block;
    color: #fff;
    padding: 7px 0;
}

.header-log-reg ul li small {
    padding: 0 10px;
}

.header-log-reg ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Rubik';
}

.header-area.sticky {
    /* position: fixed; */
    z-index: 99;
    width: 100%;
    background-color: #fff;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1)
}

.header-area.sticky .header-top-area {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header-area.sticky .header-btm-area {
    padding: 16px 0
}

.sidebar-inner {
    position: relative;
    padding: 45px;
}

.sidebar-close {
    position: absolute;
    top: 48px;
    right: 45px;
}

.sidebar-logo {
    padding-bottom: 30px;
    border-bottom: 1px solid #f000;
}

.sidebar-logo img {
    max-width: 140px;
}

.sidebar-wrap {
    position: fixed;
    right: -485px;
    top: 0;
    width: 445px;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sidebar-wrap.sidebar-opened {
    right: 0px;
}

.header-toggle-btn a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-width: 5px;
    color: #130f40
}

.header-toggle-btn {
    display: none
}

.header-toggle-btn a::before {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    border: 2px solid #130f40;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav {
    background: transparent;
    margin-top: 0;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #130F40;
    border-top: 1px solid #ebebeb !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}

.sidebar-close-btn {
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: -6px;
    font-size: 24px !important;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.sidebar-content .search-form {
    margin: 20px 0 25px;
}

.sidebar-content .search-form span {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 20px;
    color: #a19e9e;
}

.sidebar-content .contact-info {
    padding: 0;
}

.sidebar-content .contact-info li {
    margin: 0;
    padding: 6px 0
}

.sidebar-content .social-icon li {
    display: inline-block;
}

.sidebar-content .social-icon li a {
    margin: 0 10px 0 0;
}

.sidebar-content .social-icon {
    margin: 20px 0 30px;
}

.sidebar-content .social-icon li span {
    font-family: 'Rubik';
    margin-right: 10px;
    font-size: 16px
}

.sidebar-content .header-log-reg {
    margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------
    Hero Area
---------------------------------------------------------------------------------------*/
/*home-section start*/
.slider-area-full{
  position: relative;
  z-index: 9;
}
.silder-single-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.silder-single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 33px;
    padding-bottom: 30px;
}
.slider-single-full h4{
  color: #fff;
  padding-bottom: 10px;
}
.slider-single-full h2 a{
  font-size: 50px ;
  color: #fff ;
  font-weight: 900;
  margin-bottom: 10px;
  margin: 0 auto;
}
.slider-single-full h2 span {
    color: #2C7704;
}
.slider-single-full p {
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  padding: 0px;
}



/*Animation*/
.active .silder-single h2, .active .silder-single a, .active .silder-single p, .active .hero-slider-img img, .active .hero-slider-img .image-2{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .silder-single p{
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.active .silder-single p a{
    color: #fff;
}

.active .silder-single a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .hero-slider-img img {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.active .hero-slider-img .image-2 {
  -webkit-animation-delay: 1s;
  animation-delay:1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.silder-single:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #143701;
  /* opacity: 0.2; */
}


/*button*/
.button-bar {
    position: relative;
    display: block;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #2c7704;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 12px;
    border-radius: 32px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
.thm-btn:hover {
    color: white;
}
.thm-btn::before {
    position: absolute;
    content: '';
    background-color: #102C01;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-btn:hover::before {
    height: 380%;
}
.thm-btn i {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #0f2b00;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    margin-left: 17px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.thm-btn:hover i {
    color: #102c01;
    background-color: #fff;
}

/*slider*/
.hero-slider-img{
  position: relative;
}
.hero-slider-img img {
    width: 100%;
    height: auto;
}

.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.banner-slider-area .owl-nav {
    width: 50px;
    position: absolute;
    top: 44%;
    right: 50px;
    display: block;
}

.banner-slider-area .owl-next {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    opacity: 0.6;
}

.banner-slider-area .owl-prev {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.banner-slider-area .owl-prev:hover {
    border:1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.banner-slider-area .owl-next:hover {
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}


.slider-area-full .owl-dots {
    position: absolute;
    bottom: 40%;
    right: 2%;
    counter-reset: dots;
    width: 30px;
    text-align: center;
}

.slider-area-full .owl-dots .owl-dot {
    margin: 15px 6px;
    border: 0;
    background: none;
    cursor: pointer;
}
.banner-slider-area .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: white;
    width: 12px;
    height: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-area-full .owl-dots .owl-dot.active span {
    background: #2C7704;
}
.slider-area-full .owl-dots {
    display: none;
}

.slider-area-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid #2C7704;
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-area-full .owl-dots .owl-dot.active span::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.sec-heading {
    margin-bottom: 10px
}

.sec-heading h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color:#0F2B00;;
    letter-spacing: 1px;
}

.sec-heading h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

/*-------------------------------------------------------------------------------------
     Category Area
---------------------------------------------------------------------------------------*/

.category-area {
    padding: 50px 0px 10px;
}

.category-single {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px
}

.category-single .category-icon {
    float: left;
    width: 40%;
    padding-right: 20px;
    padding-top: 10px;
}


.category-single:hover {
    -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.10);
    box-shadow: 0 10px 30px rgba(51, 51, 51, 0.10);
}

.category-single img {
    border-radius: 8px;
    margin-bottom: 20px
}

.category-single h4 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.category-single h4 a:hover {
    color: #62A801;
}


.category-single .category-cont {
    /* float: left; */
    margin-top: 10px;
}

.category-cont h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}



/*-------------------------------------------------------------------------------------
    project Area
---------------------------------------------------------------------------------------*/
.project-area-cul{
    padding: 80px 0;
    position: relative;
    display: block;
    z-index: 1;
}
.project-bg{
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity:1;
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.bg{
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity:1;
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.project-slider{
    padding-top: 40px;
}
.projects-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.projects-single-img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.projects-single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba( 51, 75, 53, 0.5);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    opacity: 0;
    z-index: 1;
    opacity: 0.1;
}
.projects-single:hover .projects-single-img::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}
.projects-single-img img {
    width: 100%;
}
.projects-single-img .overlay-content {
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    z-index: 1;
}
.projects-single:hover .projects-single-img .overlay-content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}
.projects-single-img .overlay-content p {
    position: relative;
    display: inline-block;
    color: #133600;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: white;
    padding: 5px 20px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

.projects-single-img .overlay-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    /* line-height: 34px; */
    font-weight: 700;
    background: #62a801;
    border-top-right-radius: 10px;
    padding: 25px 40px 27px;
    margin-bottom: 0px;
}
.projects-single-img .overlay-content h3 a{
    color: #fff;
}
.project-slider.owl-carousel .owl-dot {
    background-color: #0c2461;
    width: 18px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px;
}

.project-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -45px;
}

.project-slider.owl-carousel .owl-dot.active {
    background-color: #62A801;
}
/*-------------------------------------------------------------------------------------
    About Area
---------------------------------------------------------------------------------------*/
 .auto-container {
    max-width: 1720px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}
.about-area {
    padding: 40px 0 80px;
}

.about-img {
    margin-top: 100px;
    position: relative;
}

.about-player {
    position: absolute;
    right: 6%;
    top: 50%;
}

.about-player a {
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #102C01!important;
    color: #fff!important;
    position: relative;
    border-radius: 10px!important;
}
.about-img img {
    width: 90%;
    height: auto;
}
.about-addvier {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
}

.about-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-list li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 54px;
    width: 54px;
    background-color: #62A801;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    top: 4px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-list li+li{
    margin-top: 14px;
}
.about-list li .content{
    margin-left: 15px;
}
.about-list li .content p {
    line-height: 10px;
    color: #696969;;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 1px;
    border: 1px solid transparent;
}
.about-list li .icon {
    height: 45px;
    width: 45px;
}
.about-list li:hover .icon {
    border: 1px solid #62A801;
    color: #62A801;
    background-color: #fff;
}


.about-one__ceo-img {
    position: relative;
    display: block;
    width: 65px;
    margin-left: 10px;
}
.about-one__ceo-img img {
    width: 100%;
    border: 4px solid #0f2b00;
    border-radius: 50%;
}
.about-one__ceo-content {
    margin-left: 15px;
}
.about-one__ceo-name {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Bree Serif', serif;
}
.about-one__ceo-title {
    line-height: 16px;
    margin-left: 85px;
}



.about-cont h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0F2B00;
    letter-spacing: 1px;
    font-family: 'DM Sans', sans-serif;
}
.about-cont h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#0F2B00;;
}


.ceo-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



/*-------------------------------------------------------------------------------------
    Video Area
---------------------------------------------------------------------------------------*/
.video-area {
    padding: 100px 0 90px
}

.video-area.two {
    padding: 100px 0
}


.video-cont-two {
    margin: 55px 0 0 40px;
}

.video-cont-two .btn-default a {
    margin: 0;
}


/*-------------------------------------------------------------------------------------
    service-area Area
---------------------------------------------------------------------------------------*/

.service-area {
    padding: 10px 0 50px;
}

.service-single {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.10);
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.10);
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden
}

.service-single:hover {
    -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.10);
    box-shadow: 0 10px 40px rgba(51, 51, 51, 0.10);
}

.service-img {
    max-width: 45%;
    float: left;
}

.service-img img {
    border-radius: 10px;
    width: 250px;
    height: 170px;
    object-fit: cover;
    border: 1px solid green;
    padding: 5px;
}
.services-one__icon {

}
.service-content {
    padding: 0px 20px 0 30px;
    float: left;
    width: 55%;
}
.services-one__icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid green;
    border-radius: 50%;
    font-size: 41px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__icon img {
    width:40px;
    height: auto;
}
.service-content h3 a {
    color: #081600;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 5px;
}

.service-content h3 a:hover {
    color: #62A801;
}

.service-content p a:hover {
    color: #62A801;
}

.service-meta span {
    color: #696969;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 12px;
}

.service-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.service-btn a {
    font-size: 15px;
    line-height: 25px;
    background: #2c7704;
    border: 1px solid #2c7704;
    border-radius: 4px;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
}

.service-btn a:hover {
    color: #2c7704;
    background-color: #fff;
}




/*-------------------------------------------------------------------------------------
    Video Area
---------------------------------------------------------------------------------------*/
.video-player-wrap {
    background-image: url(../image/video.jpg);
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 240px 0px;
    margin-top: -200px;
    border: 15px solid #62a801;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.20);
    box-shadow: 0 10px 40px rgba(51, 51, 51, 0.20);
    position: relative;
}
.about-player span{
    display: none;
}
.video-player-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}



.d-table {
    width: 100%;
    height: 100%;
}

.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #fff;
    color: #081600;
    position: relative;
    border-radius: 4px;
}

.video-player a:hover {
    background-color: #0F2B00;
    color: #fff;
}
.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 4px;
    -webkit-animation: icon-bubble 2s infinite forwards linear 0.5s;
    animation: icon-bubble 2s infinite forwards linear 0.5s;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 4px;
    -webkit-animation: icon-bubble 2s infinite forwards linear;
    animation: icon-bubble 2s infinite forwards linear;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.video-cont {
    background-color: #fff;
    padding: 50px;
    margin-top: -90px;
    border-radius: 10px;
}

.video-cont h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0
}

.counter-single {
    margin-left: 25px;
}

.counter-wrap {
    padding: 100px 65px 0;
}

.counter-single h2 {
    color: #62a801;
    font-size: 50px;
    font-weight: 700;
}

.counter-single p {
    color: #0f2b00;
    font-size: 20px;
}




/*-------------------------------------------------------------------------------------
    Testimonial Area
---------------------------------------------------------------------------------------*/

.testimonial-area {
    padding: 90px 0 100px;
}

.testimonial-single {
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 15px rgb(51 51 51 / 10%);
    box-shadow: 0 0 15px rgb(51 51 51 / 10%);
    padding: 35px 30px;
    border-radius: 10px;
    margin-top: 50px
}


.testimonial-single:hover {
    -webkit-box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
    box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
}

.testi-client-info {
    overflow: hidden;
}

.testi-quote {
    color: #62A801;
    font-size: 45px;
    display: inline-block;
    margin-bottom: 15px;
}

.testi-rating i {
    color: #f0932b;
    font-size: 18px;
    margin: 0 2px 6px;
    display: inline-block;
}

.testi-cont-inner p {
    margin: 10px 0 40px;
}

.testi-client-img img {
    border: 2px solid #E6F0FA;
    max-width: 60px;
    border-radius: 50%;
    height: auto;
}

.testi-client-img {
    padding-right: 30px;
    max-width: 30%;
    float: left;
}

.testi-client-details {
    max-width: 70%;
    float: left;
}

.testi-client-details h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 6px;
    color: #130f40;
}

.testi-client-details h6 {
    font-weight: 400;
    color: #696969
}

.testimonial-area {
    padding: 95px 0 150px;
}

.testimonial-single {
    border: 1px solid #62a801;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    margin: 0;
}

.testi-carousel.owl-carousel .owl-dot {
    background-color: #0c2461;
    width: 18px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px;
}

.testi-carousel.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -45px;
}

.testi-carousel.owl-carousel .owl-dot.active {
    background-color: #62A801;
}

/*-------------------------------------------------------------------------------------
    Newsletter Area
---------------------------------------------------------------------------------------*/
.newsletter-area {
    padding: 40px 0;
}

.newsletter-wrap {
    background-color: #0a1905;
    padding: 50px;
    border-radius: 50px;
    position: relative;
}

.newsletter-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: url(../image/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    opacity: 0.1;
}

@-webkit-keyframes float-bob-y-2{
    0% {
  -webkit-transform: translateY(-20px) translateX(-50%);
          transform: translateY(-20px) translateX(-50%);
}
50% {
  -webkit-transform: translateY(-10px) translateX(-50%);
          transform: translateY(-10px) translateX(-50%);
}
100% {
  -webkit-transform: translateY(-20px) translateX(-50%);
          transform: translateY(-20px) translateX(-50%);
}
}

@keyframes float-bob-y-2{
    0% {
  -webkit-transform: translateY(-20px) translateX(-50%);
          transform: translateY(-20px) translateX(-50%);
}
50% {
  -webkit-transform: translateY(-10px) translateX(-50%);
          transform: translateY(-10px) translateX(-50%);
}
100% {
  -webkit-transform: translateY(-20px) translateX(-50%);
          transform: translateY(-20px) translateX(-50%);
}
}

.newsletter-wrap.overlay:before {
    border-radius: 50px;
}

.newsletter-wrap h2 {
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}
.subscribe-form input {
    padding-left: 25px;
    height: 55px;
    font-size: 16px;
    border-radius: 1px 0 0 20px;
    font-weight: 500;
    width: 100%;
    border: 0;
    position: relative;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    border: 0;
    height: 55px;
    background-color: #61A600;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 7px 7px 0;
    padding: 0 20px;
    font-size: 15px;
}

.subscribe-form input:focus {
    outline: 0;
}

.subscribe-form button:hover {
    background-color: #1E4D0E;
}



/*-------------------------------------------------------------------------------------
    Why Choose Area
---------------------------------------------------------------------------------------*/
.choose-area{
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.shape-img {
    position: absolute;
    right: 30px;
    bottom: 40px;
}
.shape-img img{
    width: 120px;
    height: auto;
}


.choose-content h3 {
    letter-spacing: 2px;
    color: #62a801;
    font-size: 32px;
}
.choose-content p{
    color: #fff;
}
.choose-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 43px;
}
.choose-list-item {
    position: relative;
    display: block;
    text-align: center;
    max-width: 170px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #ece9e0;
    border-radius: 12px;
    padding: 6px 0 25px;
    z-index: 1;
    margin-right: 10px;
}
.choose-list-item:hover {
    border: 1px solid transparent;
}
.choose-list-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #1F6306;
    border-radius: 12px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: -1;
}
.choose-list-item:hover::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}

.choose_icon {
    position: relative;
    display: block;
    margin-bottom: 4px;
}
.choose_icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.choose-list-item:hover .choose_icon span {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}
.choose_content p {
    color: #133600;
    font-weight: 600;
}
.choose-list-item:hover .choose_content p{
    color: #fff;
}



/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.news-area {
    background-color: #fff;
    padding: 40px 0 32px;
    position: relative;
    z-index: 1;
}

.news-single {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.news-single:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
}
.post-media{
    position:relative;
}
.news-post-content {
    padding: 30px 20px 15px;
}

.news-post-content h3 a {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #0a1905;
    font-family: 'DM Sans', sans-serif;
}

.news-post-content h3 a:hover {
    color: #62A801;
}

.news-post-content p a:hover {
    color: #62A801;
}

.post-meta {
    margin-bottom: 15px;
}

.post-media img {
    border-radius: 5px 5px 0 0;
}

.post-meta li {
    display: inline-block;
    margin-right: 15px
}

.post-meta li a i {
    font-size: 15px;
    color: #62A801;
}

.post-meta span {
    margin-left: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    color: #686868;
    font-family: 'DM Sans', sans-serif;
}

.post-meta span:hover {
    color: #89B038;
}

.news-date {
    position: absolute;
    left: 9px;
    bottom: -13px;
    background-color: #62A801;
    padding: 20px 20px;
    border-radius: 12px;
}
.news-date span{
    color:#fff;
    font-weight: 600;
    font-family: 'Bree Serif', serif;
}
/*-------------------------------------------------------------------------------------
    team area
---------------------------------------------------------------------------------------*/

.team-area {
    padding: 95px 0 70px;
}

.instructor-single {
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 3px solid #3e6804;
}

.instructor-single.shadow-none {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}


.instructor-single:hover {
    -webkit-box-shadow: 10px 0 30px rgba(51, 51, 51, 0.15);
    box-shadow: 10px 0 30px rgba(51, 51, 51, 0.15);
}

.instructor-single.shadow-none:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.instructor-image {
    position: relative;
}

.instructor-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2C7704;
    width: 65%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.instructor-single li {
    display: inline-block;
}

.instructor-single li a {
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 0 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.instructor-single li a:hover {
    color: #130F40;
}

.instructor-single:hover .instructor-links {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

.instructor-body {
    padding: 26px 0 5px;
}

.instructor-body h4 a{
    color: #0F2B00;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------
    Contact Page
---------------------------------------------------------------------------------------*/
.contact-area {
    position: relative;
    display: block;
    background-color: #0a1905;
    padding:70px 0px;
}
.contact-left {
    position: relative;
    display: block;
}
.contact-list {
    position: relative;
    display: block;
    margin-top: 26px;
}
.contact-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-list li + li {
    margin-top: 28px;
}
.contact-list li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 54px;
    width: 54px;
    background-color: #62A801;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    top: 4px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-list li:hover .icon {
    background-color:#fff;
    color: #62A801;
}
.contact-list li .content {
    margin-left: 18px;
}
.contact-list li .content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}
.contact-list li .content h4 a{
    color: #fff;
}
.contact-list li .content p{
    line-height: 10px;
    color: #869780;
}

.contact-right {
    position: relative;
    display: block;
    padding: 100px 100px 100px;
    background-color: #0e2207;
    border-radius: 6px;
    z-index: 1;
}
.contact-right-img{
    position: absolute;
    bottom: 0;
    left: 45px;
    width: 709px;
    height: 183px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}
.form-control {
    display: block;
    width: 100%;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #869780;
    background-color: #0a1905;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 500;
    border-radius: 6px;
}
.form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border:none;
    background-color: #0a1a05;
}
.ft-family{
     font-family: 'DM Sans', sans-serif;
}
.contact-forms button {
    border:none;
}
/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/
.footer-top-area {
    background: #0e2207;
    padding: 90px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    background: url('../image/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: '';
    width: 40%;
    height: 75%;
    bottom: 3px;
    left: 0;
    opacity: 0.1;
}
.footer-widget.logo {
    padding-right: 40px;
}

.footer-widget h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-widget li {
    padding: 0 0 15px;
}

.footer-widget li a {
    display: block;
    color: #dedede;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;}

.footer-widget li a:hover {
    color: #61a600;
}

.footer-widget.footer-cat li i {
    color: #61a600;
    padding-right: 5px;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p {
    color: #dedede;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p,
.footer-bottom-area p {
    color: #dedede;
}

.footer-widget.logo h6 {
    color: #fff;
    font-weight: 700;
    margin: 25px 0 10px;
}

.footer-social-icons li {
    display: inline-block;
    padding-right: 15px;
}

.footer-social-icons li a,
.footer-widget.footer-contact li p {
    color: #fff;
}

.footer-social-icons li a:hover,
.recent-post-cont a:hover {
    color: #61a600;
}

.footer-post-single {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post-thumb {
    float: left;
    width: 30%;
}

.recent-post-cont {
    float: left;
    width: 70%;
    padding: 0 20px 0 10px;
}

.recent-post-thumb img {
    border-radius: 5px;
}

.recent-post-cont a {
    display: block;
    color: #dedede;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}

.recent-post-cont span {
    color: #dedede;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
}

.footer-widget.footer-contact li {
    color: #dedede;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 25px;
}

.footer-widget.footer-contact li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #62a801;
}

.footer-widget.footer-contact li i.fa.fa-map-marker {
    font-size: 30px;
}

.footer-widget.footer-contact li i.fa.fa-phone {
    font-size: 24px;
}

.footer-widget.footer-contact .info {
    margin-top: 10px;
}

.footer-bottom-area {
    background: #0a1905;
    padding: 20px 0;
}


.current a {
    color: #62A801 !important;
}

.text-limit-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-limit-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-limit-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-limit-4{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.image-1{
    border-radius: 40%;
    border: 4px solid #fff;
    border-style: dashed;
    padding: 10px;
    margin: 10px auto;
    object-fit: cover;
}

@media (max-width:992px) {

    .slider-single-full h2 a{
        font-size: 26px;
    }
    .slider-single-full p {
        padding: 0px;
      }
      .silder-single{
        padding-top: 5px;
        padding-bottom: 5px;
      }
      .category-single .category-cont{
        margin-top: 5px;
      }
      .service-img img {
       width: 100%;
       height: 100%;
       max-height: 250px;
       object-fit: cover;
    }
    .service-content{
        padding: 0;
    }
    .service-area{
        padding-bottom: 0;
    }
    .news-area{
        padding: 40px 0 10px !important;
    }
    .bg{
        height: 370px;
    }
}
